home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Dev / fpc / source / docs / refex / ex22.pp < prev    next >
Encoding:
Text File  |  2000-01-01  |  123 b   |  8 lines

  1. Program Example22;
  2.  
  3. { Program to demonstrate the Exp function. }
  4.  
  5. begin
  6.   Writeln (Exp(1):8:2); { Should print 2.72 }
  7. end.
  8.